'宣言 Public Function Join( _ ByVal value As Range(Of T), _ ByVal incrementor As System.Func(Of T,T) _ ) As Range(Of T)
public Range<T> Join( Range<T> value, System.Func<T,T> incrementor )
パラメータ
- value
- incrementor
'宣言 Public Function Join( _ ByVal value As Range(Of T), _ ByVal incrementor As System.Func(Of T,T) _ ) As Range(Of T)
public Range<T> Join( Range<T> value, System.Func<T,T> incrementor )